Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erlang/otp 27.2.2 #18470

Merged
merged 1 commit into from
Feb 18, 2025
Merged

erlang/otp 27.2.2 #18470

merged 1 commit into from
Feb 18, 2025

Conversation

getong
Copy link
Contributor

@getong getong commented Feb 17, 2025

No description provided.

@getong getong requested a review from a team as a code owner February 17, 2025 01:37
Copy link

Diff for 66b22d3:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 798be9a..efbbfa5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,17 +46,17 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: 0032babeb928e3465a91b0deb4f7b8a33930e3be
 Directory: 26/slim
 
-Tags: 27.2.1.0, 27.2.1, 27.2, 27, latest
+Tags: 27.2.2.0, 27.2.2, 27.2, 27, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 838581dc4f97bfd511e255b29edc5fe2f8b243dd
+GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
 Directory: 27
 
-Tags: 27.2.1.0-alpine, 27.2.1-alpine, 27.2-alpine, 27-alpine, alpine
+Tags: 27.2.2.0-alpine, 27.2.2-alpine, 27.2-alpine, 27-alpine, alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 838581dc4f97bfd511e255b29edc5fe2f8b243dd
+GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
 Directory: 27/alpine
 
-Tags: 27.2.1.0-slim, 27.2.1-slim, 27.2-slim, 27-slim, slim
+Tags: 27.2.2.0-slim, 27.2.2-slim, 27.2-slim, 27-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 838581dc4f97bfd511e255b29edc5fe2f8b243dd
+GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
 Directory: 27/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index caa6dde..e913f4d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -40,12 +40,12 @@ erlang:27-slim
 erlang:27.2
 erlang:27.2-alpine
 erlang:27.2-slim
-erlang:27.2.1
-erlang:27.2.1-alpine
-erlang:27.2.1-slim
-erlang:27.2.1.0
-erlang:27.2.1.0-alpine
-erlang:27.2.1.0-slim
+erlang:27.2.2
+erlang:27.2.2-alpine
+erlang:27.2.2-slim
+erlang:27.2.2.0
+erlang:27.2.2.0-alpine
+erlang:27.2.2.0-slim
 erlang:alpine
 erlang:latest
 erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index 6023a18..4de26e9 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,13 +1,13 @@
 FROM alpine:3.21
 
-ENV OTP_VERSION="27.2.1" \
+ENV OTP_VERSION="27.2.2" \
     REBAR3_VERSION="3.24.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3" \
+	&& OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
 	&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index ea085a9..3080a23 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:bookworm
 
-ENV OTP_VERSION="27.2.1" \
+ENV OTP_VERSION="27.2.2" \
     REBAR3_VERSION="3.24.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3" \
+	&& OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.2 \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index 4a5efd3..bc09265 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:bookworm
 
-ENV OTP_VERSION="27.2.1" \
+ENV OTP_VERSION="27.2.2" \
     REBAR3_VERSION="3.24.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # sure our final image contains only what we've just built:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3" \
+	&& OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \

Relevant Maintainers:

@yosifkit yosifkit merged commit 71586b5 into docker-library:master Feb 18, 2025
17 checks passed
@getong getong deleted the erlang-27.2.2 branch February 18, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants